fish: update to 4.1.2
author董昊 (Dong, Hao) <[email protected]>
Sun, 12 Oct 2025 14:16:16 +0000 (18:16 +0400)
committerHannu Nyman <[email protected]>
Sun, 12 Oct 2025 16:10:57 +0000 (19:10 +0300)
This release fixes several regressions in 4.1.0, including:
- Fixed spurious error output when completing remote file paths for scp
- Fixed the alt-l binding for formatting ls output
- Fixed multiline prompt redraw issues with focus events
- Fixed Midnight Commander compatibility issues
- Fixed Zellij escape key processing
- Fixed web-based configuration tool issue
- Fixed pasting into fish -c read

Signed-off-by: 董昊 (Dong, Hao) <[email protected]>
utils/fish/Makefile

index 6aa4397ea2e1eb2228b0b6fe76d1912bc78cc0e0..389c704d82f263c0db55e4137cd3b57e7549c413 100644 (file)
@@ -5,14 +5,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fish
-PKG_VERSION:=4.0.2
+PKG_VERSION:=4.1.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION)
-PKG_HASH:=6e1ecdb164285fc057b2f35acbdc20815c1623099e7bb47bbfc011120adf7e83
+PKG_HASH:=52873934fc1ee21a1496e9f4521409013e540f77cbf29142a1b17ab93ffaafac
 
-PKG_MAINTAINER:=Curtis Jiang <[email protected]>, Hao Dong <[email protected]>
+PKG_MAINTAINER:=Curtis Jiang <[email protected]>
 PKG_LICENSE:=GPL-2.0-only
 PKG_LICENSE_FILES:=COPYING
 PKG_CPE_ID:=cpe:/a:fishshell:fish